Button b = new Button;
ButtonLabel(b, 'Hello World');
Add(thisContainer, b);
